I am creating a ext2 file system image and mounting it. This means that I am writing out a 1 MB file with block information and then using it as the mount ...
I have been trying to mount an ext2 hard drive in ubuntu server, but when i run sudo mount /dev/sdb /media/mynewdrive -t ext2 I get wrong fs type, bad option, ...